StructDelete(structure, key [, indicatenotexisting ])


Removes the specified item from the specified structure.

See also StructClear, StructFind, StructInsert, StructIsEmpty, StructKeyArray, StructCount, StructKeyArray, and StructUpdate.

structure

Structure containing the item to be removed.

key

Item to be removed.

indicatenotexisting

Indicates whether the function returns FALSE if key does not exist. The default is FALSE, which means that the function returns Yes regardless of whether key exists. If you specify TRUE for this parameter, the function returns Yes if key exists and No if it does not.